home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vegask1a / empty.frm < prev    next >
Text File  |  1999-02-07  |  3KB  |  78 lines

  1. VERSION 5.00
  2. Begin VB.Form hopper 
  3.    AutoRedraw      =   -1  'True
  4.    BackColor       =   &H00000000&
  5.    BorderStyle     =   3  'Fixed Dialog
  6.    ClientHeight    =   2730
  7.    ClientLeft      =   45
  8.    ClientTop       =   45
  9.    ClientWidth     =   6300
  10.    ClipControls    =   0   'False
  11.    ControlBox      =   0   'False
  12.    FillStyle       =   0  'Solid
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    Moveable        =   0   'False
  17.    ScaleHeight     =   2730
  18.    ScaleWidth      =   6300
  19.    StartUpPosition =   2  'CenterScreen
  20.    Begin VB.Label Label3 
  21.       BackStyle       =   0  'Transparent
  22.       Caption         =   "An attendant has been called."
  23.       ForeColor       =   &H00FFFFFF&
  24.       Height          =   405
  25.       Left            =   1980
  26.       TabIndex        =   2
  27.       Top             =   1395
  28.       Width           =   2265
  29.    End
  30.    Begin VB.Label Label2 
  31.       BackColor       =   &H00FF0000&
  32.       BackStyle       =   0  'Transparent
  33.       Caption         =   "Please Wait While The Hopper is Refilled."
  34.       BeginProperty Font 
  35.          Name            =   "MS Sans Serif"
  36.          Size            =   13.5
  37.          Charset         =   0
  38.          Weight          =   700
  39.          Underline       =   0   'False
  40.          Italic          =   0   'False
  41.          Strikethrough   =   0   'False
  42.       EndProperty
  43.       ForeColor       =   &H00FFFFFF&
  44.       Height          =   480
  45.       Left            =   225
  46.       TabIndex        =   1
  47.       Top             =   2085
  48.       Visible         =   0   'False
  49.       Width           =   6120
  50.    End
  51.    Begin VB.Label Label1 
  52.       Alignment       =   2  'Center
  53.       BackStyle       =   0  'Transparent
  54.       Caption         =   "You Emptied The Hopper!"
  55.       BeginProperty Font 
  56.          Name            =   "System"
  57.          Size            =   9.75
  58.          Charset         =   0
  59.          Weight          =   700
  60.          Underline       =   0   'False
  61.          Italic          =   0   'False
  62.          Strikethrough   =   0   'False
  63.       EndProperty
  64.       ForeColor       =   &H00FFFFFF&
  65.       Height          =   435
  66.       Left            =   1725
  67.       TabIndex        =   0
  68.       Top             =   225
  69.       Width           =   2640
  70.    End
  71. End
  72. Attribute VB_Name = "hopper"
  73. Attribute VB_GlobalNameSpace = False
  74. Attribute VB_Creatable = False
  75. Attribute VB_PredeclaredId = True
  76. Attribute VB_Exposed = False
  77.  
  78.